<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bottom_fadanye {
    width: 100%;
    background: rgba(51, 51, 51, 0.8);
    height: 320px;
    position: fixed;
    bottom: -320px;
    left: 0;
    right: 0;
    transition: all 0.6s ease-in-out;
    z-index: 8000
}

.container_open {
    bottom: 0;
}

.bottom_fadanye .content {
    width: 1050px;
    height: 310px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -525px;
    background: url(/assets/home/index/img/new/bottom_fadan.png) no-repeat;
    background-size: 100% 100%;
}
.bottom_fadanye .content .bottom-close-btn{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.bottom_fadanye .content .bottom-close-btn img{
    width: 100%;
    height: 100%;
}
.bottom_fadanye .form {
    width: 360px;
    padding: 39px 42px 10px 42px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.bottom_fadanye .input-control {
    width: 122px;
    height: 40px;
    border-radius: 3px;
    color: #333333;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #cccaca;
}

.bottom_fadanye .input_sty {
    width: 260px;
    height: 40px;
    border-radius: 3px;
    padding: 0px 10px;
    color: #333333;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #cccaca;
}

.bottom_fadanye .area {
    margin-left: 12px;
}

.bottom_fadanye .agree {
    margin-top: 15px;
}

.bottom_fadanye .sumbit {
    background: #ED404D;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 3px;
    width: 260px;
    height: 40px;
    margin: 10px 0px
}

.bottom_fadanye .option {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    opacity: 1;
    white-space: nowrap;
}

.bottom_fadanye .star {
    color: #ED404D;
    font-size: 14px;
    line-height: 20px
}

.top_one {
    height: 40px;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #333333;
    opacity: 1;
    margin-left: -50px;
}

.top_two {
    height: 40px;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #333333;
    opacity: 1;
    margin-top: 20px;
    margin-right: 95px;
}

.top_one img {
    width: 40px;
    height: 45px;
    vertical-align: middle;
}

.top_two img {
    width: 40px;
    height: 45px;
    vertical-align: middle;
}

.top_four {
    height: 40px;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #333333;
    opacity: 1;
    margin-top: 20px;
    margin-left: 85px;
}

.top_three {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #333333;
    opacity: 1;
    margin-top: 30px;
    margin-left: -137px;
    background: #F5F5F5;
    height: 40px;
    border-radius: 50px;
    width: 504px;
}

.top_three span {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #333333;
}

.top_three img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.pendant {
    position: absolute;
    width: 460px;
    height: 50px;
    background: rgba(51, 51, 51, 0.8);
    top: -50px;
    left: 50%;
    margin-left: -230px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 5px;
    box-sizing: border-box;
    align-items: center;
}

.pendant .countor {
    width: 87px;
    height: 76px;
    margin-top: -26px;
}

.pendant div.word {
    height: 28px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 1;
    margin-right: 15px;
}

.pendant .calcu_icon {
    width: 90px;
    line-height: 30px;
    height: 30px;
    background: #ED404D;
    color: #fff;
    font-size: 16px;
    position: relative;
    letter-spacing: 10px;
    padding-left: 15px;
    box-sizing: border-box;
}
.pendant .calcu_icon img {
    width: 17px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
}
.calcu_icon:hover {
    cursor: pointer;
}

.bottom_fadanye .error-tit {
    height: 15px;
    line-height: 15px;
    color: #ED404D;
    width: 260px;
    text-align: left;
}

.bottom_fadanye .bottom_form_mask .success_exit:hover {
    cursor: pointer;
}

.bottom_fadanye .bottom_form_mask .success {
    width: 420px;
    height: 220px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #FFFFFF;
    text-align: center;
}

.bottom_fadanye .bottom_form_mask .success span {
    color: #ED404D;
    font-size: 14px;
}

.bottom_fadanye .bottom_form_mask .success_exit {
    background: #ED404D;
    width: 260px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    z-index: 9999;
    font-weight: 600;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 1;
    margin: 20px auto
}

.exit_btn:hover {
    cursor: pointer;
}

.exit_btn_success {
    cursor: pointer;
}

.exit_btn_success {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(/assets/home/index/img/new/close.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.bottom_form_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 9999
}

.bottom_fadanye .disclamer-line {
    color: #999 !important;
    text-align: left !important;
    overflow: hidden !important;
    margin-bottom: 5px !important;
    margin-top: 15px !important;
}


.disclamer-line span.disclamer-text {
    color: #999 !important;
}</pre></body></html>